libostree: add private dependencies to pkg-config
authorAlyssa Ross <hi@alyssa.is>
Fri, 14 Feb 2025 11:26:11 +0000 (12:26 +0100)
committerAlyssa Ross <hi@alyssa.is>
Fri, 14 Feb 2025 11:26:11 +0000 (12:26 +0100)
commitcb1d0ad0b9359c95b237379cb6469ee4f0093919
tree49019338fc9ee77e95406dba9a1cbcf32dd70ab3
parent1aa381a25d99a4aee2be00d7064df2ef9b27d347
libostree: add private dependencies to pkg-config

This makes it possible to use pkg-config to link against libostree as
a static library.  Unlike shared libraries, static libraries don't
encode their dependencies in the library file, so we have to
communicate them via pkg-config.
configure.ac
src/libostree/ostree-1.pc.in